home *** CD-ROM | disk | FTP | other *** search
- Path: mail2news.demon.co.uk!iceberg.demon.co.uk
- From: John Shardlow <john@iceberg.demon.co.uk>
- Newsgroups: comp.sys.amiga.networking,comp.sys.amiga.programmer
- Subject: Re: Network Programming with AmiTCP
- Followup-To: comp.sys.amiga.networking,comp.sys.amiga.programmer
- Date: Sat, 10 Feb 96 17:31:02 GMT
- Organization: Special Circumstances
- Message-ID: <9602101731.AA001y3@iceberg.demon.co.uk>
- References: <9602072255.AA001xo@iceberg.demon.co.uk> <Yl6ICuC00iUv05HAtz@andrew.cmu.edu> <DMGwI7.AGp@undergrad.math.uwaterloo.ca>
- X-NNTP-Posting-Host: iceberg.demon.co.uk
- X-Newsreader: TIN [version 1.2 PL3]
- X-Mail2News-Path: relay-4.mail.demon.net!post.demon.co.uk!iceberg.demon.co.uk
-
- Jeff Shepherd (jsshephe@math.uwaterloo.ca) wrote:
-
- : Be aware that it does not work as of ixemul.library version 42.0. You can
- : either recompile it (the source is included) or wait until ixemul.library
- : version 43.0.
-
- Thanks for both replies. I got the gcc version of the SDK but I still get the
- following link errors. I expect I'm doing something obvious wrong, maybe you
- can spot it. It has been some time since I programmed an Amiga (I'm a Unix
- programmer at the moment).
-
- 9.Workbench3.0:AmiTCP/usr/john/code> gcc whois.c -lamitcp -o whois
- ram:cc6103441.o: Undefined symbol _gethostbyname referenced from text segment
- ram:cc6103441.o: Undefined symbol _socket referenced from text segment
- ram:cc6103441.o: Undefined symbol _bind referenced from text segment
- ram:cc6103441.o: Undefined symbol _getservbyname referenced from text segment
- ram:cc6103441.o: Undefined symbol _connect referenced from text segment
- /gcc/lib/libamitcp.a(autoinit.o): Undefined symbol __ProgramName referenced from text segment
- /gcc/lib/libamitcp.a(autoinit.o): Undefined symbol __ProgramName referenced from text segment
- /gcc/lib/libamitcp.a(autoinit.o): Undefined symbol __ProgramName referenced from text segment
- /gcc/lib/libamitcp.a(autoinit.o): Undefined symbol _EasyRequestArgs referenced from text segment
- /gcc/lib/libamitcp.a(ix_panic.o): Undefined symbol _IntuitionBase referenced from text segment
- /gcc/lib/libamitcp.a(init_usergroup.o): Undefined symbol __ProgramName referenced from text segment
- /gcc/lib/libamitcp.a(init_usergroup.o): Undefined symbol __ProgramName referenced from text segment
- /gcc/lib/libamitcp.a(init_usergroup.o): Undefined symbol _EasyRequest referenced from text segment
- 9.Workbench3.0:AmiTCP/usr/john/code>
-
- BTW, my ixemul.library is version 39.47.
-
- John
- --
- ********************************************
- * John Shardlow - john@iceberg.demon.co.uk *
- ********************************************
-
-